From c921fca7db5ef4d077d6fd3ae5b26d04c0d4a15a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Jan 2013 11:33:54 +0200 Subject: [PATCH] MS-Windows followup to bugfix #13387. nt/inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally used in term.c. --- nt/ChangeLog | 5 +++++ nt/inc/unistd.h | 1 + 2 files changed, 6 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 3f461843063..7e6f7bd7a38 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Eli Zaretskii + + * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally + used in term.c. (Bug#13387) + 2013-01-09 Juanma Barranquero * config.nt: Sync with autogen/config.in. diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h index 5fdd9c8eb88..9c8a64d5ed2 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h @@ -27,6 +27,7 @@ extern int faccessat (int, char const *, int, int); #define AT_SYMLINK_NOFOLLOW 4096 #define O_NOCTTY 0 +#define O_IGNORE_CTTY 0 /* This is normally on stdlib.h, but we don't override that header. */ extern int unsetenv (const char *); -- 2.30.2